home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -screenplay- / shareware / freeciv / data / civ1 / buildings.ruleset next >
Text File  |  2000-02-29  |  25KB  |  974 lines

  1.  
  2. ; Modifying this file:
  3. ; You should not modify this file except to make bugfixes or
  4. ; for other "maintenance".  If you want to make custom changes,
  5. ; you should create a new datadir subdirectory and copy this file
  6. ; into that directory, and then modify that copy.  Then use the
  7. ; command "set buildings <mysubdir>" in the server to have freeciv
  8. ; use your new customized file.
  9.  
  10. ; Note that the freeciv AI may not play so well when using
  11. ; these non-default building rules.
  12.  
  13. ; TODO: more variants?
  14.  
  15. [datafile]
  16. description="Approximate Civ1-style buildings data for Freeciv"
  17. options="1.9"
  18.  
  19. ; Below: The individual buildings, one per section.
  20. ; (Buildings = City Improvements and Wonders)
  21. ; For now, the number of such sections must be kept the same (=68).
  22. ; Also, the actual building effects are currently still hardwired, 
  23. ; according to position in this list of sections.
  24. ;
  25. ; The actual tag used (the * in [building_*]) does not matter, except 
  26. ; it must be unique within this file, and it may be used in debug 
  27. ; output when reading this file.
  28. ;
  29. ; Notes:
  30. ;
  31. ; name          = name as seen by user 
  32. ; tech_req    = advance required to build; special value "Never"
  33. ;          meaning building is never available
  34. ; obsolete_by    = advance which makes building obsolete; value "None"
  35. ;          if does not become obsolete
  36. ; is_wonder    = 1 for wonders (only one instance can ever be built)
  37. ; build_cost    = production shields required to build
  38. ; upkeep    = monetary upkeep value
  39. ; variant    = controls hardwired effects options, unique to each
  40. ;          building; 0 means default effect; see README.rulesets
  41. ; helptext    = optional help text string; should escape all raw newlines 
  42. ;          so that xgettext parsing works
  43.  
  44. [building_airport]
  45. name        = _("Airport")
  46. tech_req    = "Never"
  47. obsolete_by = "None"
  48. is_wonder   = 0
  49. build_cost  = 160
  50. upkeep      = 3
  51. variant     = 0
  52.  
  53. [building_aqueduct]
  54. name        = _("Aqueduct")
  55. tech_req    = "Construction"
  56. obsolete_by = "None"
  57. is_wonder   = 0
  58. build_cost  = 120
  59. upkeep      = 2
  60. variant     = 0
  61. ; auto-help
  62.  
  63. [building_bank]
  64. name        = _("Bank")
  65. tech_req    = "Banking"
  66. obsolete_by = "None"
  67. is_wonder   = 0
  68. build_cost  = 120
  69. upkeep      = 3
  70. variant     = 0
  71. helptext    = _("\
  72. Together with the Marketplace improvement, a Bank increases the\
  73.  luxury and tax production within a city by 100%.\
  74. ")
  75.  
  76. [building_barracks]
  77. name        = _("Barracks")
  78. tech_req    = "None"
  79. obsolete_by = "Gunpowder"
  80. is_wonder   = 0
  81. build_cost  = 40
  82. upkeep      = 0
  83. variant     = 1
  84. helptext    = _("\
  85. With a Barracks, each new unit built in a city will\
  86.  automatically have Veteran status, which means that its attack and\
  87.  defence strengths are increased by 50%.  Also, damaged units\
  88.  which stay in town for one full turn without moving are completely\
  89.  restored.\
  90. ")
  91. ; auto-help on obsolete
  92. ; Variant 1: Affects all units, not just land units.
  93.  
  94. [building_barracks_ii]
  95. name        = _("Barracks II")
  96. tech_req    = "Gunpowder"
  97. obsolete_by = "Combustion"
  98. is_wonder   = 0
  99. build_cost  = 40
  100. upkeep      = 1
  101. variant     = 0
  102. helptext    = _("\
  103. With a Barracks, each new unit built in a city will\
  104.  automatically have Veteran status, which means that its attack and\
  105.  defence strengths are increased by 50%.  Also, damaged units\
  106.  which stay in town for one full turn without moving are completely\
  107.  restored.\
  108. ")
  109. ; auto-help on obsolete
  110. ; Variant: Uses Barracks variant.
  111.  
  112. [building_barracks_iii]
  113. name        = _("Barracks III")
  114. tech_req    = "Combustion"
  115. obsolete_by = "None"
  116. is_wonder   = 0
  117. build_cost  = 40
  118. upkeep      = 2
  119. variant     = 0
  120. helptext    = _("\
  121. With a Barracks, each new unit built in a city will\
  122.  automatically have Veteran status, which means that its attack and\
  123.  defence strengths are increased by 50%.  Also, damaged units\
  124.  which stay in town for one full turn without moving are completely\
  125.  restored.\
  126. ")
  127. ; Variant: Uses Barracks variant.
  128.  
  129. [building_cathedral]
  130. name        = _("Cathedral")
  131. tech_req    = "Religion"
  132. obsolete_by = "None"
  133. is_wonder   = 0
  134. build_cost  = 160
  135. upkeep      = 3
  136. variant     = 0
  137. helptext    = _("\
  138. A Cathedral makes 3 unhappy citizens content in a city, making it\
  139.  easier to maintain order in that city.\
  140. ")
  141. ; auto-help tech
  142.  
  143. [building_city_walls]
  144. name        = _("City Walls")
  145. tech_req    = "Masonry"
  146. obsolete_by = "None"
  147. is_wonder   = 0
  148. build_cost  = 120
  149. upkeep      = 2
  150. variant     = 1
  151. helptext    = _("\
  152. City Walls make it easier to defend a city.  They triple the defence\
  153.  strength of units within the city against ground, sea, and helicopter\
  154.  units.  They are ineffective against non-helicopter airborne units as well\
  155.  as Artillery.  City Walls also prevent the loss of population which\
  156.  occurs when a defending unit is destroyed by a land unit.\
  157. ")
  158. ; Variant 1: Also effective against sea units.
  159.  
  160. [building_coastal_defense]
  161. name        = _("Coastal Defense")
  162. tech_req    = "Never"
  163. obsolete_by = "None"
  164. is_wonder   = 0
  165. build_cost  = 80
  166. upkeep      = 1
  167. variant     = 0
  168.  
  169. [building_colosseum]
  170. name        = _("Colosseum")
  171. tech_req    = "Construction"
  172. obsolete_by = "None"
  173. is_wonder   = 0
  174. build_cost  = 100
  175. upkeep      = 4
  176. variant     = 0
  177. helptext    = _("\
  178. Entertains the citizens of a city, making 3 unhappy citizens content.\
  179. ")
  180. ; auto-help tech
  181.  
  182. [building_courthouse]
  183. name        = _("Courthouse")
  184. tech_req    = "Code of Laws"
  185. obsolete_by = "None"
  186. is_wonder   = 0
  187. build_cost  = 80
  188. upkeep      = 1
  189. variant     = 0
  190. helptext    = _("\
  191. Reduces the corruption in a city by 50%.  Under a Democracy, a\
  192.  Courthouse makes 1 unhappy citizen content. \
  193.  Also halves the effective distance to the capital, for the purpose\
  194.  of calculating revolt cost.\
  195. ")
  196.  
  197. [building_factory]
  198. name        = _("Factory")
  199. tech_req    = "Industrialization"
  200. obsolete_by = "None"
  201. is_wonder   = 0
  202. build_cost  = 200
  203. upkeep      = 4
  204. variant     = 0
  205. helptext    = _("\
  206. Increases the shield production in a city by 50%, but also contributes\
  207.  significantly to pollution.\
  208. ")
  209.  
  210. [building_granary]
  211. name        = _("Granary")
  212. tech_req    = "Pottery"
  213. obsolete_by = "None"
  214. is_wonder   = 0
  215. build_cost  = 60
  216. upkeep      = 1
  217. variant     = 0
  218. helptext    = _("\
  219. The amount of stored food will be set to half full whenever a city\
  220.  with a Granary shrinks or grows. This helps a city to grow faster\
  221.  and more easily withstand famine.\
  222. ")
  223. ; NOTE:
  224. ; In Civ2, city size reduction does not generate food like this.
  225. ; Dare I ask where this food comes from?? :-)
  226.  
  227. [building_harbour]
  228. name        = _("Harbour")
  229. tech_req    = "Never"
  230. obsolete_by = "None"
  231. is_wonder   = 0
  232. build_cost  = 60
  233. upkeep      = 1
  234. variant     = 0
  235.  
  236. [building_hydro_plant]
  237. name        = _("Hydro Plant")
  238. tech_req    = "Electronics"
  239. obsolete_by = "None"
  240. is_wonder   = 0
  241. build_cost  = 240
  242. upkeep      = 4
  243. variant     = 0
  244. helptext    = _("\
  245. Reduces the amount of pollution generated in a city.  It also\
  246.  increases the shield production of a Factory or Mfg. Plant in the\
  247.  city: a Factory and a Hydro Plant together give a 75% production\
  248.  bonus, and a Factory, Mfg. Plant and Hydro Plant together give\
  249.  a 150% production bonus.\
  250. \n\n\
  251. A city can only have one Hydro Plant, Power Plant, or Nuclear\
  252.  Plant. A city can only build a Hydro Plant if it is next to (or\
  253.  on) a Mountain or River tile.\
  254. ")
  255. ; NOTE:
  256. ; For Civ1 the first number above should be 100%, but the above
  257. ; describes current freeciv rules.
  258.  
  259. [building_library]
  260. name        = _("Library")
  261. tech_req    = "Writing"
  262. obsolete_by = "None"
  263. is_wonder   = 0
  264. build_cost  = 80
  265. upkeep      = 1
  266. variant     = 0
  267. helptext    = _("\
  268. Increases the science output in a city by 50%.\
  269. ")
  270.  
  271. [building_marketplace]
  272. name        = _("Marketplace")
  273. tech_req    = "Currency"
  274. obsolete_by = "None"
  275. is_wonder   = 0
  276. build_cost  = 80
  277. upkeep      = 1
  278. variant     = 0
  279. helptext    = _("\
  280. Increases the luxury and tax output in a city by 50%.\
  281. ")
  282.  
  283. [building_mass_transit]
  284. name        = _("Mass Transit")
  285. tech_req    = "Mass Production"
  286. obsolete_by = "None"
  287. is_wonder   = 0
  288. build_cost  = 160
  289. upkeep      = 4
  290. variant     = 0
  291. helptext    = _("\
  292. Neutralises the pollution generated by the population. \
  293.  The population simply has no effect on the pollution generated in\
  294.  the city.\
  295. ")
  296.  
  297. [building_mfg_plant]
  298. name        = _("Mfg. Plant")
  299. tech_req    = "Robotics"
  300. obsolete_by = "None"
  301. is_wonder   = 0
  302. build_cost  = 320
  303. upkeep      = 6
  304. variant     = 0
  305. helptext    = _("\
  306. Together with a Factory, a Manufacturing Plant increases the shield\
  307.  production in a city by 100%.\
  308. ")
  309.  
  310. [building_nuclear_plant]
  311. name        = _("Nuclear Plant")
  312. tech_req    = "Nuclear Power"
  313. obsolete_by = "None"
  314. is_wonder   = 0
  315. build_cost  = 160
  316. upkeep      = 2
  317. variant     = 0
  318. helptext    = _("\
  319. Reduces the amount of pollution generated in a city.  It also\
  320.  increases the shield production of a Factory or Mfg. Plant in\
  321.  the city: a Factory and a Nuclear Plant together give a 75%\
  322.  production bonus, and a Factory, Mfg. Plant and Nuclear Plant\
  323.  together give a 150% production bonus.\
  324. \n\n\
  325. A city can only have one Hydro Plant, or a Power Plant, or a\
  326.  Nuclear Plant.\
  327. ")
  328. ; NOTE:
  329. ; For Civ1 the first number above should be 100%, but the above
  330. ; describes current freeciv rules.
  331. ; There would also be a change of meltdown during civil disorder,
  332. ; but that has not been implemented yet.
  333.  
  334. [building_offshore_platform]
  335. name        = _("Offshore Platform")
  336. tech_req    = "Never"
  337. obsolete_by = "None"
  338. is_wonder   = 0
  339. build_cost  = 160
  340. upkeep      = 3
  341. variant     = 0
  342.  
  343. [building_palace]
  344. name        = _("Palace")
  345. tech_req    = "Masonry"
  346. obsolete_by = "None"
  347. is_wonder   = 0
  348. build_cost  = 200
  349. upkeep      = 0
  350. variant     = 0
  351. helptext    = _("\
  352. Makes a city the capital and the center of your government. \
  353.  Corruption in other cities is related to how far away from the\
  354.  capital they are, except when the government is Democracy or\
  355.  Communism.  The cost of inciting a revolt in a city also depends\
  356.  upon the city's distance from the capital (under all forms of\
  357.  government).\
  358. \n\n\
  359. Take good care of your capital, as it's loss may result in your\
  360.  empire plunging into civil war.\
  361. ")
  362.  
  363. [building_police_station]
  364. name        = _("Police Station")
  365. tech_req    = "Never"
  366. obsolete_by = "None"
  367. is_wonder   = 0
  368. build_cost  = 60
  369. upkeep      = 2
  370. variant     = 0
  371.  
  372. [building_port_facility]
  373. name        = _("Port Facility")
  374. tech_req    = "Never"
  375. obsolete_by = "None"
  376. is_wonder   = 0
  377. build_cost  = 80
  378. upkeep      = 3
  379. variant     = 0
  380.  
  381. [building_power_plant]
  382. name        = _("Power Plant")
  383. tech_req    = "Refining"
  384. obsolete_by = "None"
  385. is_wonder   = 0
  386. build_cost  = 160
  387. upkeep      = 4
  388. variant     = 0
  389. helptext    = _("\
  390. Increases the shield production of a Factory or Mfg. Plant in a\
  391.  city: a Factory and a Power Plant together give a 75% production\
  392.  bonus, and a Factory, Mfg. Plant and Power Plant together give\
  393.  a 150% production bonus.  The extra production may lead to the city\
  394.  generating more pollution.\
  395. \n\n\
  396. A city can only have one Hydro Plant, or a Power Plant, or\
  397.  a Nuclear Plant.\
  398. ")
  399. ; NOTE:
  400. ; For Civ1 the first number above should be 100%, but the above
  401. ; describes current freeciv rules.
  402.  
  403. [building_recycling_center]
  404. name        = _("Recycling Center")
  405. tech_req    = "Recycling"
  406. obsolete_by = "None"
  407. is_wonder   = 0
  408. build_cost  = 200
  409. upkeep      = 2
  410. variant     = 0
  411. helptext    = _("\
  412. Building a recycling center reduces the amount of pollution\
  413.  generated by a city by 65%.\
  414. ")
  415.  
  416. [building_research_lab]
  417. name        = _("Research Lab")
  418. tech_req    = "Never"
  419. obsolete_by = "None"
  420. is_wonder   = 0
  421. build_cost  = 160
  422. upkeep      = 3
  423. variant     = 0
  424.  
  425. [building_sam_battery]
  426. name        = _("SAM Battery")
  427. tech_req    = "Never"
  428. obsolete_by = "None"
  429. is_wonder   = 0
  430. build_cost  = 100
  431. upkeep      = 2
  432. variant     = 0
  433. helptext    = _("\
  434. Doubles the defense of all units inside the city when attacked by\
  435.  non-nuclear air units.\
  436. ")
  437.  
  438. [building_sdi_defense]
  439. name        = _("SDI Defense")
  440. tech_req    = "Superconductors"
  441. obsolete_by = "None"
  442. is_wonder   = 0
  443. build_cost  = 200
  444. upkeep      = 4
  445. variant     = 0
  446. helptext    = _("\
  447. Protects a city from attacks from Nuclear units.  Nuclear attacks\
  448.  simply have no effect on the city.  Also, doubles defence against\
  449.  non-nuclear missiles.\
  450. ")
  451.  
  452. [building_sewer_system]
  453. name        = _("Sewer System")
  454. tech_req    = "Never"
  455. obsolete_by = "None"
  456. is_wonder   = 0
  457. build_cost  = 120
  458. upkeep      = 2
  459. variant     = 0
  460. ; auto-help
  461.  
  462. [building_solar_plant]
  463. name        = _("Solar Plant")
  464. tech_req    = "Never"
  465. obsolete_by = "None"
  466. is_wonder   = 0
  467. build_cost  = 320
  468. upkeep      = 4
  469. variant     = 0
  470. ; not implemented
  471.  
  472. [building_space_component]
  473. name        = _("Space Component")
  474. tech_req    = "Plastics"
  475. obsolete_by = "None"
  476. is_wonder   = 0
  477. build_cost  = 160
  478. upkeep      = 0
  479. variant     = 0
  480. helptext    = _("\
  481. Space Components can be differentiated into Propulsion and Fuel\
  482.  Components.  Each pair of them reduces your spaceship's travel\
  483.  time. You can build up to 8 pairs.\
  484. \n\n\
  485. Before you can build any spaceship parts, the Apollo Program wonder\
  486.  must have been built by any player.\
  487. ")
  488.  
  489. [building_space_module]
  490. name        = _("Space Module")
  491. tech_req    = "Robotics"
  492. obsolete_by = "None"
  493. is_wonder   = 0
  494. build_cost  = 320
  495. upkeep      = 0
  496. variant     = 0
  497. helptext    = _("\
  498. Space Modules are the most expensive parts of spaceships.  There\
  499.  are three different types of Space Module:\
  500. \n\n\
  501. - Habitation Module: provides living space for 10,000 people.\
  502. \n\n\
  503. - Life Support Module: provides food and water for the population of\
  504.   one Habitation Module.\
  505. \n\n\
  506. - Solar Panels: provides the energy needed for any two of the other\
  507.   Modules.\
  508. \n\n\
  509. You can build up to 4 Space Modules of each kind.\
  510. \n\n\
  511. Before you can build any spaceship parts, the Apollo Program wonder\
  512.  must have been built by any player.\
  513. ")
  514.  
  515. [building_space_structural]
  516. name        = _("Space Structural")
  517. tech_req    = "Space Flight"
  518. obsolete_by = "None"
  519. is_wonder   = 0
  520. build_cost  = 80
  521. upkeep      = 0
  522. variant     = 0
  523. helptext    = _("\
  524. Space Structurals form the base of your spaceship.  All other\
  525.  spaceship parts need to be connected to Structurals in order to\
  526.  function. You can build up to 32 Space Structurals.\
  527. \n\n\
  528. Before you can build any spaceship parts, the Apollo Program wonder\
  529.  must have been built by any player.\
  530. ")
  531.  
  532. [building_stock_exchange]
  533. name        = _("Stock Exchange")
  534. tech_req    = "Never"
  535. obsolete_by = "None"
  536. is_wonder   = 0
  537. build_cost  = 160
  538. upkeep      = 4
  539. variant     = 0
  540.  
  541. [building_super_highways]
  542. name        = _("Super Highways")
  543. tech_req    = "Never"
  544. obsolete_by = "None"
  545. is_wonder   = 0
  546. build_cost  = 160
  547. upkeep      = 3
  548. variant     = 0
  549.  
  550. [building_supermarket]
  551. name        = _("Supermarket")
  552. tech_req    = "Never"
  553. obsolete_by = "None"
  554. is_wonder   = 0
  555. build_cost  = 120
  556. upkeep      = 3
  557. variant     = 0
  558.  
  559. [building_temple]
  560. name        = _("Temple")
  561. tech_req    = "Ceremonial Burial"
  562. obsolete_by = "None"
  563. is_wonder   = 0
  564. build_cost  = 40
  565. upkeep      = 1
  566. variant     = 0
  567. helptext    = _("\
  568. Makes one unhappy citizen content.  Both the Mysticism advance\
  569.  and the Oracle wonder double this effect.  With both Mysticism\
  570.  and the Oracle, 4 citizens are made content.\
  571. ")
  572.  
  573. [building_university]
  574. name        = _("University")
  575. tech_req    = "University"
  576. obsolete_by = "None"
  577. is_wonder   = 0
  578. build_cost  = 160
  579. upkeep      = 3
  580. variant     = 0
  581. helptext    = _("\
  582. Together with a Library, a University increases the science\
  583.  production of a city by 100%.\
  584. ")
  585.  
  586. [building_apollo_program]
  587. name        = _("Apollo Program")
  588. tech_req    = "Space Flight"
  589. obsolete_by = "None"
  590. is_wonder   = 1
  591. build_cost  = 600
  592. upkeep      = 0
  593. variant     = 0
  594. helptext    = _("\
  595. All cities on the map become visible for the player who owns it. \
  596.  It allows all players to start building spaceship parts (assuming\
  597.  they have researched the necessary technologies).\
  598. ")
  599.  
  600. [building_asmiths_trading_co]
  601. name        = _("A.Smith's Trading Co.")
  602. tech_req    = "Never"
  603. obsolete_by = "None"
  604. is_wonder   = 1
  605. build_cost  = 400
  606. upkeep      = 0
  607. variant     = 0
  608.  
  609. [building_colossus]
  610. name        = _("Colossus")
  611. tech_req    = "Bronze Working"
  612. obsolete_by = "Flight"
  613. is_wonder   = 1
  614. build_cost  = 200
  615. upkeep      = 0
  616. variant     = 0
  617. helptext    = _("\
  618. Each square around the city where this wonder is built produces one\
  619.  extra trade resource.\
  620. ")
  621.  
  622. [building_copernicus_observatory]
  623. name        = _("Copernicus' Observatory")
  624. tech_req    = "Astronomy"
  625. obsolete_by = "Automobile"
  626. is_wonder   = 1
  627. build_cost  = 300
  628. upkeep      = 0
  629. variant     = 0
  630. helptext    = _("\
  631. Boosts science production by 50% in the city where it is built.\
  632. ")
  633.  
  634. [building_cure_for_cancer]
  635. name        = _("Cure For Cancer")
  636. tech_req    = "Genetic Engineering"
  637. obsolete_by = "None"
  638. is_wonder   = 1
  639. build_cost  = 600
  640. upkeep      = 0
  641. variant     = 0
  642. helptext    = _("\
  643. This stunning technological achievement makes one unhappy\
  644.  citizen content in all cities.\
  645. ")
  646.  
  647. [building_darwins_voyage]
  648. name        = _("Darwin's Voyage")
  649. tech_req    = "Railroad"
  650. obsolete_by = "None"
  651. is_wonder   = 1
  652. build_cost  = 300
  653. upkeep      = 0
  654. variant     = 0
  655. helptext    = _("\
  656. Charles Darwin's voyage sparked the discovery of the evolution\
  657.  of the species, which inspired greater confidence in science.\
  658.  Gives two immediate technology advances.\
  659. ")
  660.  
  661. [building_eiffel_tower]
  662. name        = _("Eiffel Tower")
  663. tech_req    = "Never"
  664. obsolete_by = "None"
  665. is_wonder   = 1
  666. build_cost  = 300
  667. upkeep      = 0
  668. variant     = 0
  669. ; Not implemented
  670.  
  671. [building_great_library]
  672. name        = _("Great Library")
  673. tech_req    = "Literacy"
  674. obsolete_by = "University"
  675. is_wonder   = 1
  676. build_cost  = 300
  677. upkeep      = 0
  678. variant     = 0
  679. helptext    = _("\
  680. The civilization which builds the Great Library gets every advance\
  681.  that at least two other civilizations have achieved.\
  682. ")
  683.  
  684. [building_great_wall]
  685. name        = _("Great Wall")
  686. tech_req    = "Masonry"
  687. obsolete_by = "Gunpowder"
  688. is_wonder   = 1
  689. build_cost  = 300
  690. upkeep      = 0
  691. variant     = 0
  692. helptext    = _("\
  693. Works as a City Wall in all cities.\
  694. ")
  695.  
  696. [building_hanging_gardens]
  697. name        = _("Hanging Gardens")
  698. tech_req    = "Pottery"
  699. obsolete_by = "Invention"
  700. is_wonder   = 1
  701. build_cost  = 300
  702. upkeep      = 0
  703. variant     = 0
  704. helptext    = _("\
  705. Makes one content citizen happy in every city. Makes two extra\
  706.  content citizens happy in the city containing the Hanging Gardens\
  707.  (that is, a total of 3).  In the unlikely event where there are no\
  708.  content citizens to get the effect of Hanging Gardens, the wonder\
  709.  applies to unhappy citizens (making them content instead).\
  710. ")
  711.  
  712. [building_hoover_dam]
  713. name        = _("Hoover Dam")
  714. tech_req    = "Electronics"
  715. obsolete_by = "None"
  716. is_wonder   = 1
  717. build_cost  = 600
  718. upkeep      = 0
  719. variant     = 1
  720. helptext    = _("\
  721. Works as if you had a Hydro Plant in every city\
  722.  on the same continent where the wonder is built. \
  723.  (This reduces pollution and increases the effects of\
  724.  Factories and Mfg. Plants.)\
  725. \n\n\
  726. Like a Hydro Plant, the Hoover Dam can only be built in a city\
  727.  which is next to (or on) a Mountain or River tile.  However, its\
  728.  effect is applicable to all cities in your civilization\
  729.  on the same continent, regardless of whether the other cities\
  730.  are next to, or on, a Mountain or River tile.\
  731. ")
  732. ; Variant 1: works only on the same continent as the
  733. ; city where it is built.
  734.  
  735. [building_isaac_newtons_college]
  736. name        = _("Isaac Newton's College")
  737. tech_req    = "Theory of Gravity"
  738. obsolete_by = "Nuclear Fission"
  739. is_wonder   = 1
  740. build_cost  = 400
  741. upkeep      = 0
  742. variant     = 0
  743. helptext    = _("\
  744. Boosts science production by 100% in the city where it is built.\
  745. ")
  746.  
  747. [building_js_bachs_cathedral]
  748. name        = _("J.S. Bach's Cathedral")
  749. tech_req    = "Religion"
  750. obsolete_by = "None"
  751. is_wonder   = 1
  752. build_cost  = 400
  753. upkeep      = 0
  754. variant     = 1
  755. helptext    = _("\
  756. Makes two unhappy citizens content in every city of yours\
  757.  on the same continent where the wonder is built.\
  758. ")
  759. ; Variant 1: works only on the same continent as the
  760. ; city where it is built.
  761.  
  762. [building_king_richards_crusade]
  763. name        = _("King Richard's Crusade")
  764. tech_req    = "Never"
  765. obsolete_by = "Industrialization"
  766. is_wonder   = 1
  767. build_cost  = 300
  768. upkeep      = 0
  769. variant     = 0
  770.  
  771. [building_leonardos_workshop]
  772. name        = _("Leonardo's Workshop")
  773. tech_req    = "Never"
  774. obsolete_by = "Automobile"
  775. is_wonder   = 1
  776. build_cost  = 400
  777. upkeep      = 0
  778. variant     = 0
  779.  
  780. [building_lighthouse]
  781. name        = _("Lighthouse")
  782. tech_req    = "Map Making"
  783. obsolete_by = "Magnetism"
  784. is_wonder   = 1
  785. build_cost  = 200
  786. upkeep      = 0
  787. variant     = 0
  788. helptext    = _("\
  789. Gives all sea units 1 additional movement point and eliminates the\
  790.  risk of losing Triremes on the high seas.  Makes all new sea units\
  791.  veterans (for all cities).\
  792. ")
  793.  
  794. [building_magellans_expedition]
  795. name        = _("Magellan's Expedition")
  796. tech_req    = "Navigation"
  797. obsolete_by = "None"
  798. is_wonder   = 1
  799. build_cost  = 400
  800. upkeep      = 0
  801. variant     = 1
  802. helptext    = _("\
  803. Gives all sea units 1 additional movement point.\
  804. ")
  805. ; Variant 1: Only gives 1 additional movement point.
  806.  
  807. [building_manhattan_project]
  808. name        = _("Manhattan Project")
  809. tech_req    = "Nuclear Fission"
  810. obsolete_by = "None"
  811. is_wonder   = 1
  812. build_cost  = 600
  813. upkeep      = 0
  814. variant     = 0
  815. ; auto-help
  816.  
  817. [building_marco_polos_embassy]
  818. name        = _("Marco Polo's Embassy")
  819. tech_req    = "Never"
  820. obsolete_by = "Communism"
  821. is_wonder   = 1
  822. build_cost  = 200
  823. upkeep      = 0
  824. variant     = 0
  825.  
  826. [building_michelangelos_chapel]
  827. name        = _("Michelangelo's Chapel")
  828. tech_req    = "Religion"
  829. obsolete_by = "Communism"
  830. is_wonder   = 1
  831. build_cost  = 300
  832. upkeep      = 0
  833. variant     = 1
  834. helptext    = _("\
  835. Double effects of Cathedrals.\
  836. ")
  837. ; auto-help tech
  838. ; Variant 0: Counts as having a Cathedral in each of your cities.
  839. ; This makes 3 unhappy citizens content in each city.
  840.  
  841.  
  842. [building_oracle]
  843. name        = _("Oracle")
  844. tech_req    = "Mysticism"
  845. obsolete_by = "Religion"
  846. is_wonder   = 1
  847. build_cost  = 300
  848. upkeep      = 0
  849. variant     = 0
  850. helptext    = _("\
  851. Doubles the effect of Temples, in all cities.\
  852. ")
  853.  
  854. [building_pyramids]
  855. name        = _("Pyramids")
  856. tech_req    = "Masonry"
  857. obsolete_by = "Communism"
  858. is_wonder   = 1
  859. build_cost  = 300
  860. upkeep      = 0
  861. variant     = 1
  862. helptext    = _("\
  863. Allows you to choose any government, including those that have not yet\
  864.  been researched by your civilization, and without the transition\
  865.  period of Anarchy.\
  866. ")
  867. ; Variant 0: Counts as having a Granary in every city.
  868.  
  869. [building_seti_program]
  870. name        = _("SETI Program")
  871. tech_req    = "Computers"
  872. obsolete_by = "None"
  873. is_wonder   = 1
  874. build_cost  = 600
  875. upkeep      = 0
  876. variant     = 0
  877. helptext    = _("\
  878. Boosts science production in each city by 50%.\
  879. ")
  880.  
  881. [building_shakespeares_theatre]
  882. name        = _("Shakespeare's Theatre")
  883. tech_req    = "Medicine"
  884. obsolete_by = "Electronics"
  885. is_wonder   = 1
  886. build_cost  = 400
  887. upkeep      = 0
  888. variant     = 0
  889. helptext    = _("\
  890. Makes all unhappy citizens content, in the city where it is located.\
  891. ")
  892.  
  893. [building_statue_of_liberty]
  894. name        = _("Statue of Liberty")
  895. tech_req    = "Never"
  896. obsolete_by = "None"
  897. is_wonder   = 1
  898. build_cost  = 400
  899. upkeep      = 0
  900. variant     = 0
  901.  
  902. [building_sun_tzus_war_academy]
  903. name        = _("Sun Tzu's War Academy")
  904. tech_req    = "Never"
  905. obsolete_by = "Mobile Warfare"
  906. is_wonder   = 1
  907. build_cost  = 300
  908. upkeep      = 0
  909. variant     = 0
  910.  
  911. [building_united_nations]
  912. name        = _("United Nations")
  913. tech_req    = "Communism"
  914. obsolete_by = "None"
  915. is_wonder   = 1
  916. build_cost  = 600
  917. upkeep      = 0
  918. variant     = 1
  919. helptext    = _("\
  920. Allows you to choose any government, including those that have not yet\
  921.  been researched by your civilization, and without the transition\
  922.  period of Anarchy.\
  923. ")
  924. ; Variant 0: Units regain one extra hitpoint per turn.
  925. ;
  926. ; NOTE: 
  927. ; Variant 1 does not match Civ1 or Civ2, but diplomatic effects are 
  928. ; not very effective in multiplayer, and hitpoints effects do not
  929. ; apply for Civ1.  Note in Civ1 Pyramids have a gov-change effect,
  930. ; but become obsolete, and the Statue of Liberty does not exist.
  931.  
  932. [building_womens_suffrage]
  933. name        = _("Women's Suffrage")
  934. tech_req    = "Industrialization"
  935. obsolete_by = "None"
  936. is_wonder   = 1
  937. build_cost  = 600
  938. upkeep      = 0
  939. variant     = 1
  940. helptext    = _("\
  941. In all cities, the unhappiness effect of every unit is reduced by 1.\
  942.  This means that in a Republic, units do not cause unhappiness, and in\
  943.  a Democracy, aggressive units cause only 1 unhappy citizen each.\
  944. ")
  945. ; Variant 0: different...
  946.  
  947. [building_capitalization]        ; Special case
  948. name        = _("Capitalization")
  949. tech_req    = "Never"
  950. obsolete_by = "None"
  951. is_wonder   = 0
  952. build_cost  = 999
  953. upkeep      = 0
  954. variant     = 0
  955. helptext    = _("\
  956. This is not a normal improvement.  Instead, setting a city's\
  957.  production to Capitalization means its shield production is\
  958.  converted to tax output (money).\
  959. ")
  960.  
  961. [b_special]
  962.  
  963. ; Special values:
  964.  
  965. aqueduct_size=10;
  966. sewer_size=99;
  967.  
  968. ; Techs which modify building effects:
  969.  
  970. cathedral_plus="Never"
  971. cathedral_minus="Never"
  972. colosseum_plus="Never"
  973. temple_plus="Mysticism"
  974.